home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / blitzbasic / blitz-list200994.lha / blitz-list / text0083.txt < prev    next >
Encoding:
Text File  |  1994-09-20  |  849 b   |  21 lines

  1. Hi all!
  2.  
  3. I'd like to know if the number of shapes is somehow limited or not?
  4. I know that I can set the # from the options window but in my case it 
  5. seems that it doesn't work: I set the # of shapes to 2600 (yes i 
  6. really need them so much and yes I have plenty of mem).
  7. Problem is that when I try to get some shapes (e.g. #2000) then
  8. the blitz says Unable to free memory error. Then I tried to
  9. free shapes by hand:
  10. for t=0 to 2600 : free shapes t : next .Now every time I get
  11. an error Unable to free memory. Funny thing is that when I
  12. check the value of the t then it's every time different, like
  13. first time it's 1024 then 1029 then maybe 1030 etc. So am I 
  14. doing something wrong or what?? BTW. Im using an AGA machine and 
  15. the shapes I try to get are from 8 plane bitmap.
  16. Any help is welcome! Thanks!
  17.  
  18.                 O.T.T. (ott@microlnk.ml.ee)
  19.  
  20.  
  21.